/*-----------------初始化---------------------*/


.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	bottom: 92px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;

}
@media (max-width: 767px) {
	.yb_conct{display:none}
}
.yb_bar ul li {
	width: 181px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar ul li a {
	color: #fff;
}

.yb_bar .yb_top {
	background: #004190/*ff4a00*/ url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #004190/*ff4a00*/ url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_qq {
	text-indent: 0;
	background: #004190/*ff4a00*/ url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_qq a{margin-top:6px;}

.yb_bar .yb_mail {
	text-indent: 0;
	background: #004190/*ff4a00*/ url(../images/fixCont.png) no-repeat 0 -169px;
}

.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #004190/*ff4a00*/ url(../images/fixCont.png) no-repeat 0 -226px;
}

.hd_qr {
	
	padding: 0 29px 25px 29px;
	max-width:129px;
}
.yb_qq a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #000;
}
.yb_mail a {
	display: block;
	text-indent: 54px;
	font-size:13px;
	width: 100%;
	height: 100%;
	color: #fff;
}